home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp1.lzh / src / ReadMe < prev    next >
Text File  |  1990-01-10  |  811b  |  31 lines

  1.  
  2.     To compile:
  3.  
  4.     * You must have Lattice C 5.02 or greater (you might have to get rid
  5.       of the -cq option if you have <5.03.99)
  6.  
  7.     * Should compile under the new Manx C by fixing up the DMakefiles
  8.       but I haven't had time to try yet.
  9.  
  10.     * The dmake executable is required (should be in UUCP:C)
  11.  
  12.     * Object directories:  (I normally put these on a different
  13.       partition on my HD).  Holds .O files and symbol table.
  14.  
  15.     Assign LTMP: <some-place-to-hold-objs>
  16.  
  17.     MakeDir LTMP:uucp
  18.     MakeDir LTMP:uucp/lib
  19.     MakeDir LTMP:uucp/anews
  20.     MakeDir LTMP:dmail
  21.  
  22.     * Make the link library and symbol table
  23.  
  24.     1> cd lib
  25.     1> dmake
  26.  
  27.     * Make the remaining executables by CDing into the appropriate
  28.       source directory and typing 'dmake'.  Executables will be
  29.       placed in uucp:c
  30.  
  31.